home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000198_news@columbia.edu _Mon Jun 3 20:14:54 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA15489 for <kermit.misc@watsun>; Mon, 3 Jun 1996 20:14:54 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id UAA12824 for kermit.misc@watsun; Mon, 3 Jun 1996 20:14:52 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: ^S
  8. Date: 4 Jun 1996 00:14:46 GMT
  9. Organization: Columbia University
  10. Lines: 50
  11. Message-ID: <4ovv5m$cgm@apakabar.cc.columbia.edu>
  12. References: <4ol0al$qvh@qvarsx.er.usgs.gov> <4otieq$bb4@news.ccit.arizona.edu> <4ous8u$3fs@watsun.cc.columbia.edu> <4ovaju$u10@news.ccit.arizona.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4ovaju$u10@news.ccit.arizona.edu>,
  16. Jae H Shin <jshin@aruba.ccit.arizona.edu> wrote:
  17. : >: set flow none causes loss of some characters..esspecially, scrolling
  18. : >: pine mailer or 'more' session.
  19. : >:
  20. : >Different connections use different flow control.  Use "set flow xon/xoff"
  21. : >or "set flow rts/cts" to talk to your UNIX host, but see below about how
  22. : >to talk to your data logger.
  23. :     c-kermit on ultrix doesn't support rts/cts h/w flow control.. :(
  24. Ultrix itself doesn't support RTS/CTS flow control :-(
  25. Flow control is a function of the device driver and the kernel.
  26.  
  27. : >: so...i need xon/xoff flow, but i don't want to get ^S^Q on screen.
  28. : >: any other suggestions?
  29. : >: 
  30. : >If you tell Kermit to "set flow xon/xoff", then the operating system
  31. : >processes incoming Xon (Ctrl-Q) and Xoff (Ctrl-S) characters and you will
  32. : >never see them on the scren.  So if you see ^S^Q, it is most likely that
  33. : >the host (or some other box along the communication path) is sending
  34. : >the literal characters ^ and S or Q.
  35. :
  36. :     when i set flow none, i never get ^S^Q, but don't get all the
  37. :     screen updates during scrolling, etc..
  38. :     for set flow xon/xoff, i get all the screen updates, but it
  39. :     kept bothering about extra character inputs(^S^Q)...especially
  40. :     'more' or some other session which need key input from an user.
  41. : >You can't use Xon/Xoff for flow control and also expect to see incoming Xoff
  42. : >(Ctrl-S) characters as data on the same connection.  You must either "set
  43. : >flow none" (in which case you could lose characters) or (preferably, if it
  44. : >is available) use some other kind of flow control, such as RTS/CTS.
  45. : >
  46. : >The fact that your data logger sends Ctrl-S to indicate the start of a 
  47. : >download is a pretty good indication that it does NOT use Xon/Xoff flow
  48. : >control, so I don't think "set flow none" should make any difference.
  49. :     the ^S^Q appears not only initiation of download, but also
  50. :     during normal shell sessions....
  51. Shell sessions?  Maybe we should take this offline -- I'm REALLY confused
  52. now.  Is the data logger a separate device from the Ultrix system, or is it
  53. a program that runs on the Ultrix system.  Do you have two different
  54. connections, or only one connection to both?  Or are you going *through*
  55. Ultrix to get to the data logger?
  56.  
  57. Send email to kermit@columbia.edu.
  58.  
  59. - Frank